home *** CD-ROM | disk | FTP | other *** search
/ Professional Soft Collection 1.02 / Professional Soft Collection 1.02.iso / winutils / cpuuse.zip / CPUUSE.TXT < prev   
Text File  |  1991-04-02  |  3KB  |  75 lines

  1.                CPU Usage Meter
  2.                  Version 1.3
  3.  
  4.          Copyright 1990,1991 by James Seidman
  5.              All Rights Reserved
  6.  
  7. This program is, as the name implies, a utility to keep track of how
  8. much of your CPU's time is being used while you're in Windows.  When
  9. you run it, you will see an icon appear at the bottom of your screen.
  10. It'll show you a number representing the percentage of CPU time being
  11. utilized.  This number will be updated approximately every 3 seconds.
  12.  
  13. If you want to run the CPU Usage meter automatically every time you
  14. run Windows, edit the file WIN.INI in your Windows directory.  Under
  15. the [Windows] section, look for a line which starts "load=".  If
  16. there isn't one, make one.  Add "cpuuse.exe" to the end of the line.
  17.  
  18. If you want to have the CPU Usage meter automatically keep itself in
  19. front of any other windows, select "Keep in front" from the system
  20. menu.  When a checkmark appears next to that option, it means that it
  21. is enabled.  The setting will be stored and recalled the next time
  22. you run the program.
  23.  
  24. When you first run the CPU Usage Meter, it'll take about six seconds
  25. to determine how fast your CPU is so that it can give you an accurate
  26. reading.  It will then start giving you percentages.  The meter will
  27. be most accurate if you start it when not much else is going on.
  28. (That is why it is best to have it at the end of your "load=" line:
  29. if you put it at the beginning, other programs will be loading while
  30. it is trying to figure out your CPU speed.)
  31.  
  32. This program may be freely copied and distributed, as long as it is
  33. not modified in any way, and this text file is always included with
  34. the executable.  A reasonable charge may be charged for copying and
  35. distribution.  Please send any suggestions, comments, or bug reports
  36. to one of the following addresses:
  37.  
  38.     Internet:    jseidman@jarthur.claremont.edu
  39.     Bitnet:        jseidman%jarthur@hmcvax
  40.     UUCP:        uunet!jarthur!jseidman
  41.  
  42.     Snail:        James Seidman
  43.             1374 Pritchett Court
  44.             Los Altos, CA 94024-5711
  45.  
  46. Disclaimer: CPU Usage is distributed free.  No warranty exists,
  47. either express or implied.  No liability is assumed for any damage or
  48. loss resulting from the use of this program.  No claims are made
  49. regarding the accuracy of this program.
  50.  
  51. This program is provided courtesy of Seidman Windows Consulting.  For
  52. more information on SWC, write to one of the above addresses, or send
  53. a FAX to (415) 969-8855.
  54.  
  55. ----------------------------------------------------------------------
  56. Revision history:
  57.  
  58. Version 1.3 - Apr. 1, 1991
  59. Fixed a problem which would occassionally cause the meter to start
  60. reporting incorrectly high levels after returning from a full-screen
  61. DOS session.  Made program continue reporting values when its menu
  62. was opened.
  63.  
  64. Version 1.2 - Dec. 16, 1990
  65. Added in option to keep window in front.  Fixed bug which would
  66. sometimes caused meter to start reporting incorrectly high levels.
  67.  
  68. Version 1.1 - Dec. 2, 1990
  69. Eliminated occassional flicker when redrawing icon.  Added in custom
  70. cursor for use when moving window.  Modified method used for
  71. calculating usage to make it more accurate.
  72.  
  73. Version 1.0 - Nov. 17, 1990
  74. Initial release version.
  75.